home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Solar System Explorer
/
Solar System Explorer.iso
/
Start.exe
/
Start.dcr
/
Internal_163_Hold until sound completes.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-08-18
|
283 b
|
14 lines
property pWhichChannel
on exitFrame me
if sound(pWhichChannel).isBusy() then
go(the frame)
end if
end
on getPropertyDescriptionList
vPDList = [:]
setaProp(vPDList, #pWhichChannel, [#comment: "Which sound channel?", #format: #integer, #default: 2])
return vPDList
end